home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pcrscn11.zip / PCR-SCAN.DOC < prev    next >
Text File  |  1991-06-22  |  4KB  |  91 lines

  1.  
  2.  
  3.  
  4.  
  5.             PCRelay Import Log Scanning Utility & Bulletin Maker
  6.  
  7.                            PCR-Scan, Version 1.0
  8.  
  9.  
  10.                              By: Lance Williams
  11.                             Sysop: Kadet PCBoard
  12.                                (315) 245-3815
  13.                              USR Dual Standard
  14.  
  15.  
  16.  
  17.          PCR-Scan is a utility program for PCRelay Sysops to create a
  18.     bulletin for your users showing how may messages were imported into
  19.     your system according to your NODE logfile.  The program will scan for
  20.     the last date of a successful transfer with imports, and then scans the
  21.     log file for all imports on that date.  This is doe for HUB systems,
  22.     like myself, who import after each node calls into the system.  You can
  23.     then run the program from your GETMAIL.BAT file on HUB systems, and
  24.     update the bulletin after every transfer.  The Bulletin has the
  25.     following format:
  26.  
  27.  
  28.     ═════════════════════════════════════════════════════════════════════
  29.      ** Message Transfer Report for the MetroLink Network on 06-19-91 **
  30.                 The First PCRelay Mail Transfer was at 17:16.
  31.                  The Last PCRelay Mail Transfer was at 17:16.
  32.           There have been 482 messages imported into 27 conferences.
  33.     ═════════════════════════════════════════════════════════════════════
  34.  
  35.          The number of messages is for all imports for that day, beginning
  36.     with the time for the last transfer and working backwards to the first
  37.     transfer on that date.  The number of conferences imported into only
  38.     applies to the import session with the HIGHEST number of conferences
  39.     imported into.
  40.  
  41.  
  42.     Configuration File:
  43.  
  44.          The configuration file is as follows:
  45.  
  46.     Line 1:  Kadet PCBoard
  47.     Line 2:  0
  48.     Line 3:  c:\pcrelay\node.log
  49.     Line 4:  c:\pcb\gen\mail1
  50.     Line 5:  c:\pcb\gen\mail1g
  51.     Line 6:  MetroLink
  52.     Line 7:  @X09
  53.     Line 8:  @X0A
  54.     Line 9:  @X0B
  55.     Line 10: @X0E
  56.     Line 11: @X0D
  57.  
  58.  
  59.  
  60.     Line 1:  Your Board Name.
  61.     Line 2:  Your Registration Number, 0 if unregistered.
  62.     Line 3:  Path\Filename of your NODE.LOG file.
  63.     Line 4:  Path\Filename of the ASCII Bulletin (NUL if none).
  64.     Line 5:  Path\Filename of the ANSI Bulletin (NUL if none).
  65.     Line 6:  Name of your Network.
  66.     Line 7:  Color of the Lines (ANSI codes or PCB @X## codes).
  67.     Line 8:  Color of the Network Name Line.
  68.     Line 9:  Color of the First Message Transfer line.
  69.     Line 10: Color of the Last Message Transfer line.
  70.     Line 11: Color of the Number of Messages & Conferences line.
  71.  
  72.          All of the color lines are either the background;forground of
  73.     the ANSI code you want, separated by a semicolon (;).
  74.     (IE: 1;33 = Black background, Yellow foreground).
  75.  
  76.          If you don't want one of the output files, just put a NUL in
  77.     for the filename.  This file will not be created.
  78.  
  79.          Unregistered version will display an extra line, saying:
  80.     "[Unregistered] PCR-Scan - Version x.x".  This is removed with
  81.     registration.  See REGISTER.FRM for registration details.
  82.  
  83.          The program is relatively fast, written in Turbo Pascal 6.0, and
  84.     fully optimized for speed.  It is also easy to set up, and if you have
  85.     any problems, feel free to let me know.  I can be reached via RIME &
  86.     MetroLink in the PCBHints and PCRelay conferences, routed messages can
  87.     be sent to ->KADET (RIME systems will get an "Undeliverable Message"
  88.     reply from PCRelay, but that is just due to the connection between
  89.     MetroLink and RIME, I should still get the message.
  90.  
  91.